home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 October
/
EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso
/
Tools
/
Useful
/
ARCHandler
/
ARC
next >
Wrap
Text File
|
1994-07-14
|
588b
|
18 lines
; little script to get ARCHandler running on every Workbench version >= 2.04
; check kickstart
Version >NIL: VERSION=37
If WARN
Echo "ARCHandler needs Kickstart 2.04 or newer!"
Else
; try to find LhA
Execute S/WhichLhA
If "$lhapath" EQ ""
Echo "Can't find LhA!*NARCHandler needs LhA."
Else
Echo >T:ARCMountList "ARC: Handler=L/arc-handler*NStartup=*"LHA='$lhapath' DISKICON='DEVS:ARCDisk_info' DRAWERICON='DEVS:ARCDrawer_info'*"*NStackSize=4096*NPriority=1*NGlobVec=-1*NMount=1*N#"
Mount >NIL: ARC: FROM T:ARCMountList
Delete >NIL: T:ARCMountList
EndIf
EndIf